home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / palmpc.dir / 00320.ls < prev    next >
Encoding:
Text File  |  1996-03-01  |  182 b   |  11 lines

  1. on exitFrame
  2.   repeat with i = 15 to 16
  3.     if rollOver(i) = 1 then
  4.       set lFrame to "GRD." & string(i - 14)
  5.       go(lFrame)
  6.       exit
  7.     end if
  8.   end repeat
  9.   go("GRD.0")
  10. end
  11.